Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
ScannerCollection<ViewRow> IIndexedSource<ViewRow>.Indexes { get; }
Visual Basic
Private ReadOnly Property Indexes As ScannerCollection(Of ViewRow)
	Implements IIndexedSource(Of ViewRow).Indexes
	Get

Implements

IIndexedSource<(Of <(<'T>)>)>..::..Indexes

See Also